←Select platform

CanInitializeView Method

Summary

Determines whether the object can run the view.

Syntax

C#
VB
C++
public virtual bool CanInitializeView( 
   WorkstationContainer container 
) 
  
Public Overridable Function CanInitializeView( _ 
   ByVal container As Leadtools.Medical.Workstation.WorkstationContainer _ 
) As Boolean 
public: 
virtual bool CanInitializeView(  
   Leadtools.Medical.Workstation.WorkstationContainer^ container 
)  

Parameters

container
The Leadtools.Medical.Workstation.WorkstationContainer for the current active workstation.

Return Value

true if the presenter can activate the view; otherwise, it is false.

Remarks

The default implementation will check if the view is registered in the Leadtools.Medical.Workstation.UI.Factory.WorkstationUIFactory.Instance

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly